home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(enterFrame){
- if(this.hitTest(_root.cbz))
- {
- _root.yc = true;
- this._y = -51;
- if(this._x == 65)
- {
- _root.xc1 == true;
- }
- else if(this._x == 156)
- {
- _root.xc2 == true;
- }
- else if(this._x == 251)
- {
- _root.xc3 == true;
- }
- else if(this._x == 345)
- {
- _root.xc4 == true;
- }
- else if(this._x == 438)
- {
- _root.xc5 == true;
- }
- }
- }
-